English
Get the total count of audiences in the system.
cURL
curl --request GET \ --url https://your_a2_service/audiences/size \ --header 'Authorization: Bearer <token>'
123
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type integer.
integer
Was this page helpful?